home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0801 / read.me < prev   
Text File  |  1997-04-10  |  4KB  |  78 lines

  1.             Digital Telecom Department
  2.             Faculty of Applied Sciences
  3.             Free University of Brussels (VUB)
  4.             Pleinlaan 2
  5.             1050 Brussels
  6.             BELGIUM
  7.  
  8.     e-mail: piing@info.vub.ac.be
  9.  
  10.  
  11. PIING v. 0.9
  12. ------------ Author of Piing v. 0.9: J. Kuypers
  13.  
  14. Piing is a program for network delay measurements. It is an extension of the normal ping
  15. program as it can ping several hosts at the same time. Piing measures the roundtrip time
  16. it takes for a packet to reach a host on the Internet and return, in the same way as a normal
  17. ping program does: it sends an ICMP (Internet Control Message Protocol) ECHO-REQUEST
  18. message to a host and the receiving host replies with an ECHO-REPLY message. The difference
  19. in sending and receiving time gives the roundtrip time.
  20.  
  21. Piing can ping multiple hosts (up to ten, in this version) and display the timing results
  22. graphically. The start and stop time at which pinging should start can be set for each host
  23. seperately. Piing will then start pinging the host on a user-specific interval (e.g.: 3 min).
  24. To get an accurate result of the roundtrip time at each interval, Piing sends a number of 
  25. consecutive ping messages (e.g.: 30), for every small-scale interval (e.g.: every second) and
  26. avarages them out.
  27.  
  28. Piing also records the loss rate (number of packets lost / number of packets send).
  29. Piing also lets you set alarm conditions on the loss rate. When a certain loss rate or round-
  30. trip time is exceeded, Piing displays a dialog box on the screen, notifying you of the problem.
  31.  
  32. Use the Piing-Add Host menu item to add a host to the grid. All the options can be set in this
  33. dialog box.
  34.  
  35. The results can be displayed graphically in the window next to the grid. Just select a number
  36. of fields you want to see displayed and select the type of graphic you want to see.
  37. In case of a Time Evolution Plot, you can see how the measured values (Min RTT, Mean RTT, 
  38. Max RTT and Loss Percentage) evolve in time for one host. Just select one or more of this fields
  39. for one single host.
  40. The Barplot graphics types (2D and 3D) allow you to compare several hosts. Select the values you
  41. want to compare for each of these hosts in the grid, and they will be displayed in the graphics
  42. window next to the grid.
  43. The values and graphics will be updated automatically at every interval, as new results come
  44. in.
  45.  
  46.  
  47. Installing Piing
  48. ----------------
  49.  
  50. Make sure grid.vbx is copied into the \windows\system subdirectory.
  51.  
  52. As Piing must be able to send ICMP messages, it needs a winsock that is able to work with
  53. RAW sockets. This sort of socket is not mandatory for winsockets, so Piing will not work
  54. with all winsock dll's. You must have a winsock.dll that supports raw sockets, e.g.
  55. Trumpet Winsock.
  56.  
  57.  
  58. NOTES:
  59. - because of a limitation of Windows 3.1, the timer resolution is limited to 55 ms. This
  60.   makes this tool -at this moment- not suited for measurements on a LAN.
  61. - Piing will generally not begin immediately with pinging the hosts, but wait until a time
  62.   interval begins. For example, when you put 3 min in the Interval field (Large Scale
  63.   Measurements) in the Add Host dialog box, you will have to wait 1.5 min on average before 
  64.   the pinging starts.
  65. - Piing sends a UDP when it starts, just to let us know whether this program is being used!
  66.  
  67.  
  68. WE WOULD LIKE TO HEAR FROM YOU
  69. ------------------------------
  70.  
  71. This is only a test version of the program and is as yet incomplete.
  72. If you have any comments, suggestions or ideas for new features on this program,
  73. please send e-mail to:
  74.  
  75.     piing@info.vub.ac.be
  76.  
  77.                     THANK YOU!
  78.